This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Chane logo in Sametime ~Denise Zekvelutex 7.Jul.05 02:19 PM a Web browser General 6.5.1Windows NT/2000
Yes def. resolve the consistency check on your stcenter.nsf. Just in case you are not familiar with how to resolve that, you need to run a fixup on that database:
Using a console command
1. From the Domino Administrator, select the server on which to run Fixup.
2. Click the Server - Status tab.
3. Click Console.
4. Enter the following command in one of the following ways: 1) In the command line at the bottom of the console, and then press ENTER, or 2) Directly at the console on a server:
Load fixup databasepath options
where databasepath specifies the files on which to run Fixup and options are Fixup command-line options.
The following table illustrates how you can use databasepath to specify databases, folders, and subfolders.
To fixup Example command Files on which Fixup runs
Specific databases in the Domino data folder Load fixup SALES.NSF,DEV.NSF DATA\SALES.NSF
DATA\DEV.NSF
All the databases in a folder relative to the Domino data folder Load fixup SALES DATA\SALES\all databases
A specific database in a folder relative to the Domino data folder Load fixup SALES\USER1.NSF DATA\SALES\USER1.NSF
All the files specified in an IND file created in the Domino data folder Load fixup WEEKLY.IND
where WEEKLY.IND contains:
SALES.NSF
DEV.NSF
SALES\USER1.NSF
SALES\NEW DATA\SALES.NSF
DATA\DEV.NSF
DATA\SALES\USER1.NSF
DATA\SALES\NEW\all databases